CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - delphi mscomm

搜索资源列表

  1. Delphi+MSComm

    0下载:
  2. Delphi+MSComm控件串口收发程序
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:1294
    • 提供者:jay
  1. Delphi中利用MSCOMM控件进行GPS数据采集

    1下载:
  2. Delphi中利用MSCOMM控件进行GPS数据采集
  3. 所属分类:文档资料

  1. Serialdebuggingassistant

    0下载:
  2. 串口调试助手(DELPHI版MSCOMM) 这是一篇设计方案及源码,对于学习串口编程的来说非常有帮助。 利用Delphi或C++作为开发工具,根据SPCOM或MSCOMM控件、PCOMM.DLL等,设计出一串口调试助手,要求在不同计算机之间实现串口间数据通信,并以此为基础,实现对不同数据格式间的转换功能。 要求: 1、串口通信。 2、数据格式。 3、系统软件(Delphi7.0)。-Serial debugging assistant (DELPHI version MS
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:7659
    • 提供者:Solonet
  1. MSComm

    0下载:
  2. 重新编译制作的MSComm串口控件包,可以支持Delphi2007的。绝对好用。-Recompilation MSComm serial production control package, can support the Delphi2007. Absolute ease of use.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-21
    • 文件大小:18630
    • 提供者:kenneth
  1. MSComm 控件的 Modem 通讯

    0下载:
  2. MSComm 控件通过串行端口(serial port)传送和接收数据,为应用程序提供了串行通讯功能。而且在可视化编程盛行的今天,可以很方便的在Visual Basic(VB)、Visual C++(VC)、Delphi等语言及开发平台中应用。-MSComm controls (serial port) to transmit and the receive data through the serial port, has provided the serial communication
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-11-09
    • 文件大小:27137
    • 提供者:甘敏
  1. MSComm

    0下载:
  2. MSComm 控件使用详解 MSComm 控件通过串行端口传输和接收数据,为应用程序提供串行通讯功能。 MSComm 控件在串口编程时非常方便,程序员不必去花时间去了解较为复杂的 API 函 数,而且在 VC 、 VB 、 Delphi 等语言中均可使用。-MSComm control MSComm explain the use of control through a serial port transmit and receive data, for applications
  3. 所属分类:Com Port

    • 发布日期:2017-03-22
    • 文件大小:297594
    • 提供者:自治州
  1. mscomm

    0下载:
  2. VB的mscomm串口组件,可以可以在delphi中使用。并有在delphi中注册组件的方法。-VB of MSComm serial components, can be used in delphi. And register components in delphi method.
  3. 所属分类:Communication

    • 发布日期:2017-03-23
    • 文件大小:47591
    • 提供者:啊红
  1. Delphi_Reg

    0下载:
  2. MScomm.ocx for Delphi
  3. 所属分类:Communication

    • 发布日期:2017-04-24
    • 文件大小:489643
    • 提供者:zhangping
  1. mscomm

    0下载:
  2. 串口调试助手,支持各种数据转换,也可保存接收的数据-Serial debugging assistant to support a variety of data conversion, but also to receive data can be stored
  3. 所属分类:Com Port

    • 发布日期:2017-04-24
    • 文件大小:57890
    • 提供者:邢耕
  1. mscomm

    0下载:
  2. scomm是微软一个强大的串口通讯的控件,其强大,简单的特点今我们不舍,在delphi中我们也可以使用它。下面这些代码是针对发送和接收为16进制处理的。 -Microsoft scomm is a powerful serial communication control, and its powerful, simple features of today we give up, in delphi, we can also use it. The following code is fo
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:1055
    • 提供者:林凡辉
  1. mscomm

    0下载:
  2. 一个接收RS232的窗口,当打开窗体时串口自动打开,并可以接收到数据。-RS232 receiver of a window, when open the form automatically open when the serial port and can receive the data.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:189909
    • 提供者:pzhengj
  1. Mscomm

    0下载:
  2. 2.MSComm 控件的常用属性 MSComm控件有很多重要的属性,但首先必须熟悉几个属性。 CommPort 设置并返回通讯端口号。 Settings 以字符串的形式设置并返回波特率、奇偶校验、数据位、停止位。 PortOpen 设置并返回通讯端口的状态。也可以打开和关闭端口。 Input 从接收缓冲区返回和删除字符。 Output 向传输缓冲区写一个字符串。-Common attributes 2.MSComm control MSComm cont
  3. 所属分类:Document

    • 发布日期:2017-04-03
    • 文件大小:4610
    • 提供者:霍雅丽
  1. MsComm

    0下载:
  2. Delphi中MsComm控件的安装使用   Delphi 具有功能强大、简便易用和代码执行速度快等特点,是全球公认的快速应用开发工具技术的先驱者。但是在对串口通信的控制上Delphi的帮助文档和其他书籍中很少提及,这恰恰又是在开发应用系统时会经常遇到的问题。用过VB的程序员都知道 VB的MSComm通信控件具有丰富的与串口通信密切相关的属性及事件,提供了一系列标准通信命令的接口,可以用它创建全双工的、事件驱动的、高效实用的通信程序。在这里就介绍一下如何把MSComm这个ActiveX控件加
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:1197
    • 提供者:钟立青
  1. MSComm-suer

    0下载:
  2. MSComm控件使用详解 MSComm 控件通过串行端口传输和接收数据,为应用程序提供串行通讯功能。MSComm控件在串口编程时非常方便,程序员不必去花时间去了解较为复杂的API函数,而且在VC、VB、Delphi等语言中均可使用。 Microsoft Communications Control(以下简称MSComm)是Microsoft公司提供的简化Windows下串行通信编程的ActiveX控件,它为应用程序提供了通过串行接口收发数据的简便方法。具体的来说,它提供了两种处理通信问题的方
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:3923
    • 提供者:钟立青
  1. mscommdelphi

    0下载:
  2. mscomm控件用于 delphi串口通讯-mscomm control for delphi serial communications
  3. 所属分类:Document

    • 发布日期:2017-04-06
    • 文件大小:7244
    • 提供者:june
  1. mscomm-delphi

    0下载:
  2. 自己用DELPHI7写的基于mscomm控件的串口通讯试验,将串口的2,3脚短接可以进行试验-Own use DELPHI7 written in serial communication based on mscomm control experiment in the 2,3 pin serial port can access a short test
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-26
    • 文件大小:393473
    • 提供者:june
  1. MSComm

    0下载:
  2. 使用MSCOMM控件实现串行通信, MSComm 作为一个串行通讯控件为程序员串口通讯编程节省了很多时间-Serial communication using MSCOMM control, MSComm as a serial communication serial communication control program for programmers to save a lot of time
  3. 所属分类:Communication

    • 发布日期:2017-03-24
    • 文件大小:296856
    • 提供者:陈全
  1. delphi

    0下载:
  2. 在工业控制领域中,PLC作为一种稳定可靠的控制器得到广泛的应用。但它也有自身的一些缺点,即数据的计算机处理能力较弱,不能给用户提供良好的界面等。而计算机恰好能弥补PLC的不足,他不但有很强的数据处理和管理能力,而且能给用户提供非常美观而又易于操作的界面。将PLC与计算机结合,可是系统达到既能及时采集、存储数据,又可处理和使用好数据,两者结合的关键是PLC与计算机之间的通信。由于微软的MScomm通信控件具有丰富的与串行通信密切相关的属性及事件,提供了对串口的各种操作,并且在串口编程时非常方便,而
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-29
    • 文件大小:385159
    • 提供者:pp
  1. mscomm

    0下载:
  2. delphi mscomm控件串口通信程序,以单片机温度采集为例-delphi mscomm serial communication control procedures to SCM Case temperature acquisition
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:263139
    • 提供者:
  1. MSComm

    0下载:
  2. 一键注册MSComm Delphi源码 一键注册MSComm Delphi源码-Push up MSComm Delphi source code for a key up MSComm Delphi source code
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-31
    • 文件大小:269295
    • 提供者:moregirl
« 12 3 »
搜珍网 www.dssz.com